math/big.nat.clear (method)
14 uses
math/big (current package)
nat.go#L47: func (z nat) clear() {
nat.go#L199: z[0 : len(x)+len(y)].clear() // initialize z
nat.go#L225: z.clear()
nat.go#L454: z[2*k:].clear() // upper portion of z is garbage (and 2*k <= m+n since k <= n <= m)
nat.go#L507: t.clear()
nat.go#L602: z[2*k:].clear()
nat.go#L733: z[0 : n-m].clear()
nat.go#L779: z[n:].clear()
natdiv.go#L737: z.clear()
natdiv.go#L761: z.clear()
natdiv.go#L819: qhat.clear()
natdiv.go#L836: qhatv.clear()
natdiv.go#L867: qhat.clear()
natdiv.go#L871: qhatv.clear()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |